projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30c498a
)
sox_ng: Remove (lib)speex un-expected inclusion by discovery
author
Ted Hess
<
[email protected]
>
Wed, 18 Jun 2025 23:57:30 +0000
(19:57 -0400)
committer
Josef Schlehofer
<
[email protected]
>
Thu, 19 Jun 2025 09:54:00 +0000
(11:54 +0200)
Building sox_ng under certain environments inadvertantly tries to include Speex code.
This patch forces sox_ng to build without Speex codec references.
Signed-off-by: Ted Hess <
[email protected]
>
sound/sox_ng/Makefile
patch
|
blob
|
history
diff --git
a/sound/sox_ng/Makefile
b/sound/sox_ng/Makefile
index 7bd1559c939403229e0b032d219f2ba287d7b78d..3ad9497eb503bd5ff93285388d4eaf4ebb4f358f 100644
(file)
--- a/
sound/sox_ng/Makefile
+++ b/
sound/sox_ng/Makefile
@@
-46,6
+46,7
@@
CONFIGURE_ARGS += \
--without-libltdl \
--with-flac \
--without-ladspa \
+ --without-speexdsp \
--without-png \
--without-sndfile \
--with-opus \